06689f32593a3f84dace92d2ef06328a1666dc60,src/main/java/org/seleniumhq/selenium/fluent/BaseFluentWebDriver.java,BaseFluentWebDriver,td,#By#,391

Before Change



    public FluentWebElement td(By by) {
        SingleResult single = single(by, "td");
        return new FluentWebElement(delegate, single.getResult(), single.getCtx());
    }

    public FluentWebElements tds(By by) {

After Change



    public FluentWebElement td(By by) {
        SingleResult single = single(by, "td");
        return newFluentWebElement(delegate, single.getResult(), single.getCtx());
    }

    public FluentWebElements tds(By by) {